Skip to main content

Broken Links

Task: broken_links

Frequency: Hourly

Offset:1 Hour

Statuses

success - "You've fixed all your broken links"

error - "You have 12 new broken links"

Data

links_broken_count - the amount of links that are currently broken.

new_links_broken_count - the amount of links that are broken that are new in the last scan.

Example Webhook Payload

{
"uuid": "d5134cd0-e2e9-432c-8b90-411b31397e42",
"business_uuid": "7f38c243-784a-428d-83cd-22891e2fcd46",
"website_uuid": "23267e28-a002-4ecd-ae67-bf198d72bae8",
"competitor_uuid": null,
"category": "website",
"type": "broken_links",
"status": "error",
"data": {
"links_broken_count": 5,
"new_links_broken_count": 7
}
}